home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 052a / raylat10.zip / CANDLE.POV < prev    next >
Text File  |  1993-03-26  |  927b  |  36 lines

  1. // Persistence of Vision Raytracer
  2. #include "shapes.inc"
  3. #include "colors.inc"
  4. #include "textures.inc"
  5.  
  6. //----------------------- Definitions start here -----------------------
  7.  
  8. #declare LatheWorkTex = texture {Shiny colour Red}
  9. #include "candle.inc"
  10.  
  11. //----------------------- Display starts here --------------------------
  12.  
  13.  
  14. camera {
  15.    location  Location
  16.    direction <0.0 0.0 1.0>
  17.    up  <0.0  1.0  0.0>
  18.    right <1.33333 0.0 0.0>
  19.    look_at Look_At
  20. }
  21.  
  22. /* put down the beloved famous raytrace green/yellow checkered floor */
  23. //object {
  24. //   plane { <0.0 1.0 0.0> -6 }
  25. //   texture {
  26. //    checker colour Yellow colour Green
  27. //    ambient 0.3
  28. //    diffuse 0.7
  29. //   }
  30. //}
  31.  
  32. composite { LatheWork }
  33.  
  34. object { light_source { < 1210.000002622604   1450.200003147125  -1570.300003409386 > colour White } }
  35. object { light_source { < -100.0          1450.200003147125  -1570.300003409386 > colour White } }
  36.